Project Information

Project Description

This web app uses an LSTM model to predict any time series model range given an input of data (in csv format) in two columns with time in the first column and values in the second column. There should be no headers in your CSV file, see submission example in the repository.

How it works: The application will generate a three hidden layer LSTM model (unoptimized) using the first 3/4 of the data, so depending on data size this may take a while. It will make predictions and output a graph plus MAE (mean absolute error) on the remaining 1/4 of the data.